home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / source / triplas / triplas.dsc < prev    next >
Encoding:
Text File  |  1995-03-02  |  869 b   |  21 lines

  1.     --- triplas.cpp ---
  2.   A variation on the original plasma algorithm by Bret Mulvey.
  3.   Copyright (c) 1995 David Johnston
  4.  
  5.   Last modified March 1st, 1995.
  6.  
  7.     The Story: I got sick and tired of the plain old plasma, because it
  8.   always introduced artifacts into its creation in the form of virticle
  9.   and horizontal definition lines.  This was especially apparent when
  10.   the plasma screen was projected three dimentionally.  So I decided to
  11.   write a plasma based on a triangle, in stead of the traditional
  12.   rectangle.  Here is the end product.  I hope you like it :)
  13.     
  14.     This program was written for Turbo C++ v3.0.  With little modification
  15.   it should compile all right under other compilers.  It should compile
  16.   flawlessly under Borland C++.
  17.  
  18.     Any feedback you have would be appreciated.  You can email me at:
  19.  
  20.                           daj@lclark.edu
  21.